From 708261e4969bbc47a88921e85e07a91549c8e27e Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 29 Oct 2010 10:17:07 +0100 Subject: [PATCH] hvmloader: Configure gPXE to use serial console Sometimes we would rather connect to an HVM's serial console than it's VGA display. In this case we cannot see or interact with the ethernet booting process. This is a bit annoying so let's just enable it. Signed-off-by: Gianni Tedesco --- tools/firmware/etherboot/Config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/firmware/etherboot/Config b/tools/firmware/etherboot/Config index 5ce08bb903..143914f135 100644 --- a/tools/firmware/etherboot/Config +++ b/tools/firmware/etherboot/Config @@ -6,3 +6,6 @@ CFLAGS += -DPXE_DHCP_STRICT CFLAGS += -UNO_POST_PROMPT CFLAGS += -DNO_POST_PROMPT + +CFLAGS += -UCONSOLE_SERIAL +CFLAGS += -DCONSOLE_SERIAL=1 -- 2.30.2